sql .................................... [closed]
Posted
by sagar
on Stack Overflow
See other posts from Stack Overflow
or by sagar
Published on 2010-06-09T13:28:45Z
Indexed on
2010/06/09
13:32 UTC
Read the original article
Hit count: 155
sql
create table tony
(
id int(10) NOT NULL,name varchar(20),dob DATE,primary key(id)
);
is it right query
© Stack Overflow or respective owner